-
Notifications
You must be signed in to change notification settings - Fork 9
Move get_asset_key_str to translator and add config for translator class #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b9ac811 to
99f7e6b
Compare
|
Thanks for the changes @lucargir. I generally like it! I made some comments to address |
|
@ravenac95 that should be it, lmk if there's anything else. |
ravenac95
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
|
Hrm. I've discovered that this change actually breaks some encapsulation issues and prevents actually doing real dependency injection (something that OSO had previously relied on). I am going to expose a few options to re-enable this but this is something I'll probably figure out how to refactor. |
This would solve #3 and adds the translator config to the config object, so it's more intuitive to use.